﻿2026-07-22T02:31:55.1389845Z ##[group]Run actions/checkout@v5
2026-07-22T02:31:55.1390093Z with:
2026-07-22T02:31:55.1390295Z   repository: SaberMage/spt-shell-notify
2026-07-22T02:31:55.1390524Z   path: .adapter-notify
2026-07-22T02:31:55.1392458Z   token: ***
2026-07-22T02:31:55.1392638Z   ssh-strict: true
2026-07-22T02:31:55.1392821Z   ssh-user: git
2026-07-22T02:31:55.1393006Z   persist-credentials: true
2026-07-22T02:31:55.1393207Z   clean: true
2026-07-22T02:31:55.1393398Z   sparse-checkout-cone-mode: true
2026-07-22T02:31:55.1393616Z   fetch-depth: 1
2026-07-22T02:31:55.1393802Z   fetch-tags: false
2026-07-22T02:31:55.1393979Z   show-progress: true
2026-07-22T02:31:55.1394160Z   lfs: false
2026-07-22T02:31:55.1394333Z   submodules: false
2026-07-22T02:31:55.1394517Z   set-safe-directory: true
2026-07-22T02:31:55.1394754Z   allow-unsafe-pr-checkout: false
2026-07-22T02:31:55.1394972Z env:
2026-07-22T02:31:55.1395149Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-22T02:31:55.1395383Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-22T02:31:55.1395655Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-22T02:31:55.1395873Z ##[endgroup]
2026-07-22T02:31:55.3052772Z Syncing repository: SaberMage/spt-shell-notify
2026-07-22T02:31:55.3053545Z ##[group]Getting Git version info
2026-07-22T02:31:55.3054227Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-07-22T02:31:55.3075475Z [command]/usr/bin/git version
2026-07-22T02:31:55.3108520Z git version 2.43.0
2026-07-22T02:31:55.3128085Z ##[endgroup]
2026-07-22T02:31:55.3135410Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/34a54d9c-9913-41c4-ae40-5426c0a7978f' before making global git config changes
2026-07-22T02:31:55.3136054Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T02:31:55.3138488Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-22T02:31:55.3165643Z ##[group]Initializing the repository
2026-07-22T02:31:55.3168452Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-22T02:31:55.3193050Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-22T02:31:55.3193503Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-22T02:31:55.3193917Z hint: of your new repositories, which will suppress this warning, call:
2026-07-22T02:31:55.3194227Z hint: 
2026-07-22T02:31:55.3194466Z hint: 	git config --global init.defaultBranch <name>
2026-07-22T02:31:55.3194729Z hint: 
2026-07-22T02:31:55.3194977Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-22T02:31:55.3195390Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-22T02:31:55.3195917Z hint: 
2026-07-22T02:31:55.3196094Z hint: 	git branch -m <name>
2026-07-22T02:31:55.3197840Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-22T02:31:55.3204510Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-22T02:31:55.3229037Z ##[endgroup]
2026-07-22T02:31:55.3229433Z ##[group]Disabling automatic garbage collection
2026-07-22T02:31:55.3231968Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T02:31:55.3256258Z ##[endgroup]
2026-07-22T02:31:55.3256629Z ##[group]Setting up auth
2026-07-22T02:31:55.3261310Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T02:31:55.3284280Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T02:31:55.3494238Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T02:31:55.3520257Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T02:31:55.3703767Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T02:31:55.3728861Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T02:31:55.3923041Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T02:31:55.3951981Z ##[endgroup]
2026-07-22T02:31:55.3952311Z ##[group]Determining the default branch
2026-07-22T02:31:55.3955036Z Retrieving the default branch name
2026-07-22T02:31:55.8554828Z Default branch 'main'
2026-07-22T02:31:55.8555438Z ##[endgroup]
2026-07-22T02:31:55.8555839Z ##[group]Fetching the repository
2026-07-22T02:31:55.8561140Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-22T02:31:56.5084815Z From https://github.com/SaberMage/spt-shell-notify
2026-07-22T02:31:56.5085210Z  * [new branch]      main       -> origin/main
2026-07-22T02:31:56.5101049Z ##[endgroup]
2026-07-22T02:31:56.5101441Z ##[group]Determining the checkout info
2026-07-22T02:31:56.5103721Z ##[endgroup]
2026-07-22T02:31:56.5108234Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T02:31:56.5144492Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T02:31:56.5171762Z ##[group]Checking out the ref
2026-07-22T02:31:56.5174865Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T02:31:56.5218252Z Switched to a new branch 'main'
2026-07-22T02:31:56.5218562Z branch 'main' set up to track 'origin/main'.
2026-07-22T02:31:56.5222582Z ##[endgroup]
2026-07-22T02:31:56.5257016Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T02:31:56.5279966Z ee2d37eadc730c0019e0af82d683074c509634a2
